Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_punct
ctype_punct
Check for printable characters that are not whitespace or alphanumeric characters
Name:
ctype_punct
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for printable characters that are not whitespace or alphanumeric characters
Related
How to manage scenes where multiple namespaces end at the same time through xml_set_end_namespace_decl_handler?
3
How to use PDOStatement::rowCount to get the actual number of rows affected by a UPDATE query
10
How to check the cache status of the current PHP script with ob_list_handlers
1
Using gmp_prob_prime() in PHP to Determine Prime Numbers Accurately
6
Similar Functions
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_punct
ctype_punct
Checkforprintablecha
ctype_print
ctype_print
Checkprintablecharac
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_digit
ctype_digit
Checknumericcharacte
ctype_graph
ctype_graph
Checkforanyprintable
Popular Articles